home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / fyi8 / 080319.dos < prev    next >
Text File  |  1996-07-10  |  917b  |  20 lines

  1. Number:        A3TH071990U172
  2. Subject:       RPRINTER Error 776 and Running From Batch File
  3. Date:          August 1, 1990
  4. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  5.  
  6. GENERAL
  7. INFORMATION:   Just a note about error 776 with RPRINTER.  This error is 
  8.                returned by RPRINTER when a printer connection is not free 
  9.                at the Print Server.  It is most commonly found when 
  10.                rebooting a workstation that has RPRINTER loaded and the SPX 
  11.                connection has not timed out yet to allow RPRINTER to 
  12.                reattach.  Many customers have ask for a better way to load 
  13.                out of a batch file.  We suggest to have the following:
  14.  
  15.                Echo off
  16.                :loop
  17.                rprinter printserver printer#
  18.                if errorlevel 1 goto :loop
  19.                Echo Rprinter loaded Successfully !!!
  20.